VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfContentXObjectTool Class / RemoveXObject Methods / RemoveXObject(PdfContentXObject[]) Method
Syntax Requirements SeeAlso
In This Topic
    RemoveXObject(PdfContentXObject[]) Method (WpfPdfContentXObjectTool)
    In This Topic
    Removes the XObject.
    Syntax
    'Declaration
    
    Public Overloads Function RemoveXObject( _
    ByVal ParamArray xObjects
    The XObjects.
    () As Vintasoft.Imaging.Pdf.Content.PdfContentXObject _
    ) As Boolean

    Parameters

    xObjects
    The XObjects.

    Return Value

    True if the XObjects is removed; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also